Intersoft WebInput Documentation
How-to: Combine DateTime display and edit formatting
See Also Send Feedback
Intersoft WebInput > Features and Concepts > Formatting Data > How-to: Combine DateTime display and edit formatting

Glossary Item Box

In WebInput.NET V4.0, you can display and edit DateTime formatting together.

This topic will show you how to customize edit and display text formatting.

To customize edit and display text formatting

  1. Right click on WebInput control and choose WebInput.NET Designer.
  2. Go to Mode tab and select Enabled checkbox in Display and Edit section.
  3. Set Display format expression to "ddd-dd-MMM-yyyy", Edit format expression to "MM/dd/yyyy" and Edit mask expression to "00/00/0000".



  4. Run the project. Try to input 05-11-2010, WebInput will display the format as Tue-11-May-2010.

See Also